home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / DHTML - Calenders / dynamic-calender.izs < prev    next >
Text File  |  2005-08-31  |  3KB  |  69 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Dynamic Calendar
  4. <!/TITLE>
  5.  
  6. <!BROWSER>FF1+ IE5+ Opr7<!/BROWSER>
  7.  
  8. <!DESCRIPTION>JavaScript calendars have existed for a long time now, but never have they looked pretty (literally), until DHTML came along. Check out Constantin's cool DHTML calendar, which not only looks handsome, but allows you to dynamically look up the calendar for any particular month/ year (by pressing the "Prev Next" buttons). Cool! 
  9.  
  10. p.s: Dont forget to check out Dynamic Drive's DHTML calculators, which look equally stunning when compared to their JavaScript counterparts...
  11.  
  12. <!/DESCRIPTION> 
  13.  
  14. <!CATEGORY>calenders<!/CATEGORY>
  15.  
  16. <!SCRIPT>
  17. <!-- START OF SCRIPT -->
  18. <!-- Step 1: Insert the below into the <body> section of your page where you wish the calendar to appear:
  19. -->
  20. <script language="JavaScript" src="calendar.js"></script>
  21. <script language="JavaScript">
  22.  
  23. /*
  24. Dynamic Calendar Script- By Constantin (http://212.1.77.9/)
  25. Permission given to Dynamic Drive to include script in archive
  26. For 1000's more DHTML scripts, visit http://dynamicdrive.com
  27. */
  28.  
  29. var cal = new Calendar();
  30. </script>
  31. <!--
  32. Step 2: Add the below event handler into the <body> tag itself, like this:
  33.  
  34. <body onLoad="setCurrentMonth()">
  35. Step 3: Finally, you need to download the following file (by clicking it, or clicking it with the shift key depressed for NS users), and upload it into the same directory as the page containing the calendar:
  36. http://www.dynamicdrive.com/dynamicindex6/calendar.js
  37. You're done!
  38. -->
  39. <!-- END OF SCRIPT -->
  40. <!/SCRIPT>
  41.  
  42. <!PREVIEW>
  43. <!-- START OF SCRIPT -->
  44.  
  45. <!-- Step 1: Insert the below into the <body> section of your page where you wish the calendar to appear:
  46. -->
  47. <script language="JavaScript" src="calendar.js"></script>
  48. <script language="JavaScript">
  49.  
  50. /*
  51. Dynamic Calendar Script- By Constantin (http://212.1.77.9/)
  52. Permission given to Dynamic Drive to include script in archive
  53. For 1000's more DHTML scripts, visit http://dynamicdrive.com
  54. */
  55.  
  56. var cal = new Calendar();
  57. </script>
  58. <!--
  59. Step 2: Add the below event handler into the <body> tag itself, like this:
  60.  
  61. <body onLoad="setCurrentMonth()">
  62. Step 3: Finally, you need to download the following file (by clicking it, or clicking it with the shift key depressed for NS users), and upload it into the same directory as the page containing the calendar:
  63. http://www.dynamicdrive.com/dynamicindex6/calendar.js
  64. You're done!
  65. -->
  66. <!-- END OF SCRIPT -->
  67. <!/PREVIEW>
  68.  
  69. <!RELATED>NONE<!/RELATED>